coastlinesproj

cl = coastlinesproj(proj="?", res="crude", coastlines=nothing, limits=Float64[])

Extract the coastlines from GMT’s GSHHG database and project them using PROJ (NOT the GMT projection machinery). This allows the use of many of the PROJ projections that are not available from pure GMT.

Returns

A Vector of GMTdataset containing the projected world GSHHG coastlines at resolution res.

Example

using GMT
cl = coastlinesproj(proj="+proj=ob_tran +o_proj=moll +o_lon_p=40 +o_lat_p=50 +lon_0=60");

See Also

graticules, [plotgrid!], worldrectangular, worldrectgrid, worldrectcoast, [Best rectangular world map projection]